(ange-ftp-re-read-dir): Don't hide it behind the autoload-cookie.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Tue, 7 May 2002 19:33:36 +0000 (19:33 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Tue, 7 May 2002 19:33:36 +0000 (19:33 +0000)
Remove comment.

lisp/net/ange-ftp.el

index 3e12c7ee647ffd394314249bd7fd372b57932c5a..a63eb92e18c776863819071e4e3b3e72d5af992d 100644 (file)
@@ -4102,8 +4102,9 @@ E.g.,
 ;;(define-key minibuffer-local-completion-map "\C-r" 'ange-ftp-re-read-dir)
 ;;(define-key minibuffer-local-must-match-map "\C-r" 'ange-ftp-re-read-dir)
 
-;; The autoload cookie is to make sure the doc is always available.
-;;;###autoload (defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
+;;;###autoload
+(defalias 'ange-ftp-re-read-dir 'ange-ftp-reread-dir)
+
 ;;;###autoload
 (defun ange-ftp-reread-dir (&optional dir)
   "Reread remote directory DIR to update the directory cache.